starstarstarstarstar_half
Customize Your Excel Interactions with Excel VBA UserForms Microsoft Excel is a very powerful tool, but doesn't always provide the most accessible approach to working with your data. Through the use of Excel VBA and Excel VBA UserForms, you'll be able to create a more accessible and efficient environment to work with your specialized data. By participating in this course on Microsoft Excel VBA UserForms you will journey through a step by step, project based learning experience. Each project you will be introduced to will build upon the previous project. While completing each project from start to completion, you'll build an Excel experience you'll want to re-create for each of your Microsoft Excel projects. Learn key VBA concepts that relate to building Excel VBA UserForm interafces Streamline yours and your users experience working with large Excel data sets Create intuitive Excel interfaces to create reports and provide summarized data based on Excel tables. Join me in this course and become and Excel VBA UserForm champion! See you in the course.
    starstarstarstarstar_half
    Microsoft Excel VBA (Visual Basic for Applications) provides Excel users with the ability to automate any Excel task. Excel Tasks that would normally take an extensive amount of work and time to complete can ultimately be automated and completed in a single click of a button. All that's needed to automate your experience is a little Excel VBA knowledge. Maybe you've heard of Excel Macros and VBA. Or, maybe you've even attempted to create your own. Jumping into VBA can be a bit daunting and overwhelming. I've been teaching Excel for 15+ years and have had loads of questions from those that have taken the dive into learning Excel VBA. Where should I start? What do I need to know? What's a variable? Enroll in this course and I'll share the knowledge and experience I've gained working with Excel VBA. WHAT YOU'LL LEARN Fundamentals of Excel VBA Proper Syntax Writing VBA Code Excel Object Structure to Effectively Communicate with Excel Working with the Most Common VBA Objects in Excel Automate Routine Microsoft Excel Tasks And More.... EXERCISE FILES AND QA As you go through the video lectures you can download the exercise files, found within each section. Use the exercise files to practice the concepts you will be learning. The course contains a QA section where you can interact with me and ask any questions as you develop your VBA skills. ENROLL NOW As you participate in this introductory Excel VBA course you will build the knowledge and confidence to automate your experience in Excel, saving you time and money.
      starstarstarstarstar_half
      Course Material Works in Microsoft Excel 2007, 2010, 2013 and 2016 Join me in this course and take control of Microsoft Excel and master the process of automating routine tasks through the use of Excel Macros and Excel VBA. During this course you will build a foundation of working with Excel Macros and VBA. This foundation will be built as you engage and participate in project based Excel Macro/VBA exercises, detailed throughout the lectures within this course. Each of the projects will build upon one another, introducing a new concept each time, starting with the basic building blocks of automating any task within Excel and ending with a fully customized Excel VBA project that will automate a series of Excel tasks. As you engage and participate in this course, you will be introduced to the wonders of creating simple Macros through the Macro Recorder and then quickly take you into the world of Excel VBA where you will experience building a more dynamic, robust experience for yourself and your peers. Each project contains exercise files that you can download and use to complete the assigned Excel Macro/VBA projects. The course also contains detailed instructions through the video lectures as well as a series of PDF documents that you can reference as you complete the projects. Below are a few samples of the projects you will complete by enrolling and participating in this course. Automate placing and formatting a title on a worksheet Interact with the users of your Macros through Input and Message boxes in order to receive input on how a Macros should work Cleaning up multiple Excel Worksheets and prepare the data to be reported on Create a report based on multiple sets of data found within multiple Excel Worksheets, copying data from one Worksheet into the Master Report Worksheet Automate the creation of Excel Formulas to SUM data up in your Report Working with Excel VBA User Forms Importing Data from External Text Files Each of these projects will direct you through key Excel VBA programming concepts and direct you to identify and use best practices in creating Excel Macros. So, don’t lose another moment performing Excel tasks manually. Enroll now and learn how you can get Microsoft Excel to your work for you.
        starstarstarstarstar_border
        Hear What Some of Our Students are Saying..... "Really, really good course on VBA! *****" " Great content, great examples, would definitely take another course from this instructor again!" "Excellent course for getting started with VBA. The instructor makes every concept clear, and guides you through with many examples. " Great course for a beginner or as a refresher. I know I will be coming back to some of these lectures as needed for some of his code tidbits because as he says, "you can't remember everything", and I love knowing where I can find what I am looking for. Want to take your Excel skills to the next level and learn Excel VBA? Well, you have come to the right place. This course covers everything you need to become proficient in Excel VBA. In just a few hours you can be writing your own macros to perform complex tasks and automate reports. Areas covered include; Learning the basics of the VBA language. Using loops to perform repetitive tasks. Interacting with users via userforms and message boxes. Working with built-in VBA Functions. Accessing directories and files. Automating report generation and saving as PDF. Creating your own Excel functions and Add-Ins. You will receive; Support from the Instructor. Lifetime access to lectures and content. Real-world Excel VBA projects to complete. Fun and no-nonsense lessons. Ok, no more time for waffle. Grab a coffee and let's get cracking.
          starstarstarstarstar_border
          Understand what you are going to achieve through the VBA by seeing demo and then see step by step explanation of VBA code. Learn about Excel VBA syntax, Excel VBA form and control, methods of  using forms and controls, several workout examples to see usage of Excel VBA for automation. In this course, you will learn following stuff in step by step manner Level 01 – start without coding – Automate tasks using Excel Macro recording Demo of an excel macro What is excel macro When to use it How to record a macro/create a shortcut action How to run a recorded macro How to create a shortcut for a macro action How to run a recorded macro on a new dataset (excel workbook) How to record a relative macro What is the difference between a relative macro and a general macro. How to understand what was recorded as macro. How to delete a macro Level 02 A – Understand Excel VBA integrated development environment How to reach VBA window What are different component of the window What is use of those components How to use breakpoint, properties window, edit tools etc. Level 02 B – Understand Excel VBA syntax How to define a variable Different types of variables How to write a for loop How to display output in an interactive way How to write output in a different worksheet How to take user input through a prompt How to use user input How to use record macro to know VBA syntax How to use breakpoint How to run macro through click of a button When you need to write do while / do until loop Syntax of do while / until loop How to take input from excel sheet for program execution How to ensure variable names are correct before execution of program If else command, If elseif else command Using mod function (for remainder) Showing status bar Workout Examples 01 – Using Forms for user entry, chart display etc. See a worked out example of a VBA form Learn about various control, design aspects of Excel VBA form Learn about why will need form, and such controls Hide Data sheet and format other sheet to make it look professional Ensure proper data type Ensure value selection from combo box only Learn to define level, text, combobox and button command Learn to pass dropdown data in combobox Learn to use form entry into VBA Learn to write back on Excel form Learn how to load form while getting excel started Learn to change properties of control through VBA Workout Examples 02 – fetching data from MS Access using Excel VBA How to use Excel as front end and fetch data from microsoft Access database Where to use this à Greatly useful when many users have Excel but don't have MS access database in the PC Where Reference is needed Watch window - how to use it How to edit the code for many fields and different databases Workout Examples 03 – One sheet per product or agent How to use do while loop to let it run for as many records as it has got How to find block size (starting and ending row for each product) How to add sheet using VBA and give it a name How to ensure that the tool remains intact with multiple runs and even a mistake can't cause issue How to repeat header in each tab or worksheet Workout Examples 04 – Inventory management, coupon assignment and customer communication using Excel VBA Traverse through various sheets and workbooks using VBA Formatting date Writing derived information from one sheet to another Passing several parameters to VBA for conditional traversal 3 should mean three coupons to get reserved [Coupon code : Validity] will need comma if there are multiple vouchers Error handling : alert, if there are no coupons Protecting Excel tool for further usage Workout Examples 05 – Reading data from a microsoft access database and writing it into a text file Reading Microsoft Access data using VBA directly writing output into a text file Making the output comma separated Workout Example 06 - Designing survey form in Excel VBA with option buttons / list box etc. Workout Example 07 - Insert Excel VBA form data in MS Access database Workout Example 08 - Using pivot table, vlookup and several other formula for a sampling work Workout Example 09 - Windows based user authentication and Voice notification of execution of VBA Workout Example 10 - Running SQL command through VBA. Read Excel sheet as a table inside VBA You will learn Reading complete worksheet data into a table Managing named as well as unnamed headers Running SQL command inside VBA Little advance SQL coding as well (by product) A-B B-A Workout Example 11 - Voice based reminder tool You will learn how to remind speaker about how much time is left through automated announcement. Workout Example 12 - Running VBA code in automated manner You will learn what is takes to used Windows scheduler to schedule the VBA code to run in automated manner with desired frequency. Workout Example 13 - Recursive file and folder size within a folder Many a times we need a tool, which should recursively put file names and file sizes within a folder. I mean to say that, if you pass name of a folder and say in that folder, it has 11 files 2 folders Then it should again go into the 2 folders and if it finds a folder again say in any of the folder, it should go within that folder too and should create result, with name and size of all the files & folders. Workout Example 14 - Combine all the files inside a folder through VBA Tasks 1. Combine Multiple files - having same layout (same number of fields and fields are always in the same column) but not neessarily same number of rows 2. Also put file name as first column in the final data set Assumption: All the data files are in the same folder There is nothing other than data files in that folder Usually data files should have a way to know, which file was referred All the data files are excel files only
            starstarstarstarstar_half
            Go from Beginner to Microsoft Excel VBA Expert ! I'll take you step-by-step through engaging video tutorials and teach you everything you need to know to be able to use VBA to improve your work flow, save time and automate your current Excel projects. What differentiates this course from the other Microsoft Excel VBA & macros courses? It includes: Over 50 Microsoft Excel VBA & macro examples . These are solutions my clients have needed through the years. They are likely to be useful for you too. Using the right VBA syntax is the most difficult part. An important topic which isn't covered enough in other VBA courses. In this course you understand why you write things in certain ways. Create 3 Complete Excel VBA Tools. We go from idea to final product and cover each step. Over 100 pages of documentation (including useful code) so you can easily refer to it when in need. Simple explanations for complex concepts. High quality video and different delivery methods to keep things interesting. Lots of ideas to automate your current tasks. Learn from Google or from this Course? I've been there! I first learnt VBA from Google. It was truly a light-bulb moment, when I realized that Google has some answers - it could give me some of the code I was looking for - but there two things missing: The WHY - why does the code work in one situation but not another. Structure - topic sequence, real-case examples, workbooks, documentation. Don’t waste your time Don't waste your time on poor quality videos and confusing explanations. In this Excel VBA course, complex topics are taught in a simple way by an instructor with 17 years of experience. The content has been carefully crafted and clearly organized. The videos are high quality and include animations to emphasize points. Most importantly you learn VBA by doing. "I have already tried some VBA classes but so far I was never able to apply what I learnt to my own work. This course is different. I have already used some of the techniques Leila is teaching and applied it to my work files. I was able to reduce manual work for me and my colleagues by creating my own macros from scratch. Highly recommended!!!" -- Randy Taylor "Leila is the real deal... there are many VBA courses on Udemy (some of which I've taken) that merely demonstrate the functionalities. Leila explains the important foundation concepts and how the model is set up allowing you to truly create VBA code from thought rather than copying and pasting from various places. Her class is professionally constructed, with resources and content for each lecture, practice content for you to try things yourself and good Q&A opportunities to answer specific questions. Trust me, this is the course you want to take." -- Justin Fazzio What you can look forward to in this course: Understand how to use the right syntax in VBA Useful Excel VBA codes you can directly use for your work Use the macro recorder for simpler tasks and improve the code Working with the Visual Basic Editor Debugging tools and error handling methods Different ways to reference ranges and cells Different methods to loop How to work with data types PivotTables in Excel using VBA Importing data from other files and exporting data to text files Interacting with other applications (Word, PowerPoint, Outlook) ActiveX and Userforms to enhance the Excel interface Basically all the knowledge you need to automate tasks in Excel
              starstarstarstarstar_half
              THIS COURSE WILL CHANGE EVERYTHING...!!! Yes, of course I'd say that.... but this time it's true! How many times have you... Had to clean up your financial model to share with clients? Had to reconfigure Excel display settings because they got messed up? Lost sleep because you didn't keep your financial model's log up to date? Had to repeatedly go through the financial model to manually remove sensitive information? Wasted time keeping track of all the defined names in your model? Had to lose time manually saving files for every case and scenario you calculate? How would you feel ... if all you had to do... was press a magic button and BOOM! You finish in  less than 1 second??? And what would it be worth to YOU , to know how to build your own Excel automation routines to take over the repetitive grunt work you always knew was a job for machines to do??? Learning VBA can give you ALL OF THIS! This course teaches VBA to automate Excel by guiding you through SEVEN automation tools built for financial modelers! You won't be left scratching your head wondering what all the VBA's for because you will be using it straight away to discover how to save yourself time at work! I simply can't imagine a world without VBA now... I mean how would you feel if they took away your keyboard??? ... the INTERNET?????!!! Once you know the secrets of VBA, you will never look back and frankly, the way you use Excel will never be the same again... New doors will open - and you will be flying through them!
                starstarstarstarstar_border
                Course is focusing on basic level developers who know arrays. loops and variable pretty well and now want to take their knowledge to next level. From designing to programming and what things to be kept in mind while making user-forms. Collection loops structure in User-forms and their use practically. User-forms are very important part of VBA and one cannot be known as a great programmer if he or she does not know userforrms. This is not just a basic level information tutorial on FORMS but you shall see here loops, if functions, variables use and collections loops is applied . After-all. there is nothing better than practical learning so i have great MIS Projects as well for you. Many good short projects for you on user forms. Combobox,Listbox,textbox,labels,command buttons,date time calendars,frames - everything discussed from sctrach Use of change event, click event, initialize event,close events Create Move next button in forms to see the data one by one coming from excel Some projects and assignments with ready made codes is added as well.
                  starstarstar_half star_border star_border
                  This course will provide you with essentials about Visual Basic Applications (VBA) Excel for Finance. VBA is the programming language of Excel and is a fast programming language. When correctly mastered, it can automate almost every task that is required in Banking and Investment Banking. By taking this class, you will see that getting a job in investment banking is not just a matter of luck, but of technique and forward thinking. This course is best suited for university students who are studying business, finance, accounting, economics or any other finance related programmes. This course is also for anyone who is interested in knowing more about the Banking and Finance world, and to know about necessary skills to acquire to get into these sectors. No prior technical knowledge is required. The course covers: Fundumentals of VBA : Functions, Sub, Variables, Loops, Conditions. Real life applications that are used in Banks today Build pricers for options and bond Create Userforms and top-notch charts Link your VBA application to a database Understand the concept of Object Oriented Programming Why should you take this course? You are a finance student. You are really struggling in finding a good and challenging position in Banking. You would like to start your career with a great asset on your resume and you are motivated to reach that goal. You are a banker facing issues with repetitive tasks to run on a daily basis and you want to learn how you could automate all of those tasks in a single process. You are already a banking employee, but you are working in a department that does not fit your ambitions, and you would like to join a more challenging department such as front-office, and work in the exciting environment of the trading room. In order to do that you need to prove that you can bring value to the team. With this course, you get everything you need to be able to quickly design performant VBA applications.
                    starstarstarstarstar_half
                    This is an introductory course on how to program Excel using VBA macros. You will learn to automate and extend the Excel environment to supercharge your Excel models, automate routine tasks, customize your user interface, and manage large quantities of data. This course is based on the instructor's semester-long college courses which have produced thousands of graduates in the fields of business, finance, health care and public policy. Designed for busy professionals who need to take their Excel abilities to the next level, you will not waste time on topics which you are unlikely to use, and you will receive extra attention to the often confusing or overlooked details that will make the most difference to your ultimate understanding. Over 8 hours of instruction!